plotly::ggplotly(p = readd(Reff_region_plot), dynamicTicks = T)
plotly::ggplotly(p = readd(Reff_nat_plot), dynamicTicks = T)
do_Carte(Carte = readd(Carte),
         Situation = readd(Situation_dep),
         N = 10)

readd(input) %>%
  select(Region = region_name, dep) %>% distinct() %>%
  inner_join(y = readd(Situation_region), by = "Region") %>% 
  do_Carte(Carte = readd(Carte), N = 10)

readd(output_urbaines) %>% 
  CartO(selon = LOW) +
  labs(subtitle = paste("Hypothèse basse", lubridate::today()))

readd(output_urbaines) %>% 
  CartO(selon = HIGH) +
  labs(subtitle = paste("Hypothèse haute", lubridate::today()))